Computer and Modernization ›› 2011, Vol. 1 ›› Issue (6): 187-3.doi: 10.3969/j.issn.1006-2475.2011.06.052

• 信息安全 • Previous Articles     Next Articles

Integrity Check on Character Data in Encrypted Database

SUN Xiao-han, LI De-shui, LIU Jing   

  1. Dept. of Computer Science, Weinan Teachers University, Weinan 714000, China
  • Received:2011-02-15 Revised:1900-01-01 Online:2011-06-29 Published:2011-06-29

Abstract: Database encryption is an effective method to protect the sensitive data. However, encryption makes dataintegrity check on the data encrypted very difficult. An integrity check on character data in two steps is proposed based on a method of fast query over encrypted character data. In the first place, the coarse check is implemented and the encrypted value of the dataintegrity is computed to filter some unsatisfied data. Then, the exact check is implemented and the rest records are decrypted and checked. The whole dataintegrity check is finished after the two steps. The dataintegrity check in two steps is more secure and efficient without adding too much space.

Key words: encryped database, dataintegrity, checking in two steps